home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3shrink.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SHRINK_H = 1;
- include("real/objects/r3constructor.js")
-
-
- var R3CLID_SHRINK = 641;
-
-
-
-
-
-
-
- R3SHRINKA_From = 641500;
- function SetR3SHRINKA_From(value) {
- R3Set(this.r3obj, R3SHRINKA_From, value, R3TID_VECTOR, 0);
- }
-
- function GetR3SHRINKA_From() {
- return R3Get(this.r3obj, R3SHRINKA_From, R3TID_VECTOR, 0);
- }
-
- R3SHRINKA_To = 641501;
- function SetR3SHRINKA_To(value) {
- R3Set(this.r3obj, R3SHRINKA_To, value, R3TID_VECTOR, 0);
- }
-
- function GetR3SHRINKA_To() {
- return R3Get(this.r3obj, R3SHRINKA_To, R3TID_VECTOR, 0);
- }
-
- var R3SHRINKA_PrevPoints = 641502; // r3Vect[]
-
-
- function r3Shrink () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SHRINK, arguments);
- }
- // Methods
-
- // Attributes
- this.GetFrom=GetR3SHRINKA_From;
- this.SetFrom=SetR3SHRINKA_From;
- this.GetTo=GetR3SHRINKA_To;
- this.SetTo=SetR3SHRINKA_To;
- }
-
- r3Shrink.prototype=new r3Constructor;
- // r3shrink.h_H